SimdSet.put

Inserts the given item into the set.

struct SimdSet(T, Allocator = Mallocator)
alias put = insert

Return Value

true if the item was inserted or false if it was already present

Meta